@echo off testmbrc if errorlevel 0 set errlvl=0 if errorlevel 1 set errlvl=1 if %errlvl%==1 echo FAIL if %errlvl%==0 echo SUCCESS